home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 495 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.9 KB

  1. Path: fish.pond.com!usenet
  2. From: Russ Miranda <amigaman@hollyfeld.org>
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Driver for GVP I/O Extender
  5. Date: Sat, 17 Feb 1996 14:22:31 -0800
  6. Organization: Hollyfeld Organization - from deep in the steam tunnels
  7. Message-ID: <31265527.3E9F@hollyfeld.org>
  8. References: <4fflpg$pdn@fbi-news.Informatik.Uni-Dortmund.DE>
  9. NNTP-Posting-Host: pacific-22.vf.pond.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win16; I)
  14.  
  15. Christoph Stoppe (PG265) wrote:
  16. > Is someone working on this ??
  17.  
  18. I started, ages ago, and never got any time to work on it. It got shelved and 
  19. forgotten.
  20.  
  21. > If not, a question to the programmergurus out there: Would it be difficult to
  22. > write one ( Yes, i can code in C/Assembler ) ?
  23.  
  24. It shouldn't be that difficult. Once you know the board's address, I have the base 
  25. offset of the UART, and it's just a standard 1655x type UART. The registers are 
  26. well documented in a booklet from National Semiconductor, as well as in a billion 
  27. other device drivers for 1655x UARTs for x86 based UN*Xen. I wrote a little 
  28. AmigaDOS driver for the board, but I ran into problems initializing it. If I let 
  29. the gvpio.device initialize it, then start my driver, it works great. If I just 
  30. power on and set the regs up like I think I should, it doesn't do anything. A brief 
  31. email w/ Ralph Babel (ex-GVP driver writer) indicated some weirdness exists with 
  32. the board, and you have to do something odd like enabling all the interrupts before 
  33. you can do anything. I'm not sure, I never tried to disassemble the gvpio.device, 
  34. and Ralph never explained fully. I never had enough time to continue.
  35.  
  36. I would love to be able to use it so I'd have a place to plug in a serial mouse or 
  37. trackball w/ 3 buttons. A MS-compatable is pretty cheap these days, and can be 
  38. obtained almost anywhere.
  39.  
  40. Russ //
  41.    \X/ amigaman@hollyfeld.org
  42.